Module
Data.Iterable
- Package
- purescript-iterable
- Repository
- Risto-Stevcev/purescript-iterable
#unsafeIterator Source
unsafeIterator :: forall value iterable. iterable -> Iterator valueAssume 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
Iteratorfrom anIterable