@
SILdoc(`List the children of the ZFS dataset.
Params:
string name: the name of the dataset
Returns:
string[]: the names of the children.
Errors:
NameInvalid: if the dataset name is invalid.
NameTooLong: if the dataset name is too long.
DatasetNotFound: if the dataset does not exist.
warning:
If the dataset does not exist, then the returned iterator would produce no results and no error is reported. That case is indistinguishable from the dataset having no children. An attempt to list children of a snapshot is silently ignored as well.
`)