Module
Data.Iterable
- Package
- purescript-iterable
- Repository
- Risto-Stevcev/purescript-iterable
#unsafeIterator Source
unsafeIterator :: forall value iterable. iterable -> Iterator value
Assume the iterable
value has a property with the Symbol.iterator
as the key, which is a nullary function
returning the Iterator
.
- Modules
- Data.
Iterable
Returns the
Iterator
from anIterable