Module

Webb.Writer.Array

Package
purescript-webb-writer
Repository
mitchellandwebb/webb-writer

#dropWhileIncl Source

dropWhileIncl :: forall a. (a -> Boolean) -> Array a -> Array a

#takeWhileIncl Source

takeWhileIncl :: forall a. (a -> Boolean) -> Array a -> Array a

#dropWhileExcl Source

dropWhileExcl :: forall a. (a -> Boolean) -> Array a -> Array a

#takeWhileExcl Source

takeWhileExcl :: forall a. (a -> Boolean) -> Array a -> Array a