Home
last modified time | relevance | path

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

/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dcollada_import.erl25 to_ints/1, to_tuple/2, to_tuple2/1, to_tuple3/1,
537 to_tuple(2, List) -> to_tuple2(List);
542 to_tuple2([A,B|Rest]) -> [{A,B}|to_tuple2(Rest)]; function
543 to_tuple2([]) -> []. function