repeatN
public func repeatN[T](T, Int64) -> RepeatNIterator[T]Returns a RepeatNIterator that yields count copies of value,
then stops.
Defined in lang/std/iter/adapters.ks
public func repeatN[T](T, Int64) -> RepeatNIterator[T]Returns a RepeatNIterator that yields count copies of value,
then stops.
Defined in lang/std/iter/adapters.ks