camelToSnake

Convert camelCase to Godot-style snake_case.

Preserves leading underscore.

nothrow
T
camelToSnake
(
T
)
()
if (
isSomeString!T
)

Meta