Function move_core_types::identifier::is_valid[][src]

pub const fn is_valid(s: &str) -> bool
Expand description

Describes what identifiers are allowed.

For now this is deliberately restrictive – we would like to evolve this in the future.