Пример #1
0
 @Specialization
 public ErlList keys(ErlMap map) {
   return ErlList.fromArray(map.getKeyArray());
 }