Home
last modified time | relevance | path

Searched defs:to_tuple2 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dcollada_import.erl542 to_tuple2([A,B|Rest]) -> [{A,B}|to_tuple2(Rest)]; function
543 to_tuple2([]) -> []. function