Nemerle Documentation

NString.Explode Method 

Changes string into a corresponding list of characters.

public static list Explode(
   string s
);

Remarks

Warning: this should not be used in performance critical parts of the program, because of list's memory overheads.

See Also

NString Class | Nemerle.Utility Namespace