Left -opengl
Extracts from a list of Either all the Left elements All the Left elements are extracted in order.
Arrow pointing up and to the left.
No indentation, infinitely long lines
Bi-directional pointing left & right.
Arrow pointing to left side.
Arrow pointing to bottom-right corner.
left-associative operator (declared with infixl).
left section (exp qop)
O(n) Left-justify a string to the given length, using the specified fill character on the right. Subject to fusion. Performs replacement on invalid scalar values.
Examples:
> justifyLeft 7 'x' "foo" == "fooxxxx"
> justifyLeft 3 'x' "foobar" == "foobar"
O(n) Left-justify a string to the given length, using the specified fill character on the right. Subject to fusion. Performs replacement on invalid scalar values.
Examples:
> justifyLeft 7 'x' "foo" == "fooxxxx"
> justifyLeft 3 'x' "foobar" == "foobar"
Show more results