fn getLastOrNull(self: Self) ?T

Return the last element from the list, or return null if list is empty.

Parameters

self: Self,