nitc :: NeoModel :: to_location
Location
from its string representation.
# Get a `Location` from its string representation.
private fun to_location(loc: String): nitc::Location do
return new nitc::Location.from_string(loc)
end
src/neo.nit:630,2--633,4