You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function limit in LazySizedCollection class override fun limit(n: Int, offset: Int): SizedIterable<T> = copy().limit(n, offset)
function copy in LazySizedCollection class override fun copy(): SizedIterable<T> = LazySizedCollection(delegate.copy())
is this a bug?
The text was updated successfully, but these errors were encountered:
function limit in LazySizedCollection class
override fun limit(n: Int, offset: Int): SizedIterable<T> = copy().limit(n, offset)
function copy in LazySizedCollection class
override fun copy(): SizedIterable<T> = LazySizedCollection(delegate.copy())
is this a bug?
The text was updated successfully, but these errors were encountered: