We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
I used visualization of point cloud library. https://github.com/PointCloudLibrary/pcl This library has been implemented by C++.
But now, we cannot apply pelemay for elixir project with pcl.
Describe the solution you'd like
Supporting the following functions:
String.replace/2 String.slice/2 String.split/2 String.to_integer/1 Enum.split/2 Enum.reduce/3 Base.encode16/1 length/1 is_bitstring/1
operator <>
other calling a function in Enum.map.
Describe alternatives you've considered No idea
Additional context None.
The text was updated successfully, but these errors were encountered:
Enum.filter/2 Enum.sort/1 String.replace/2 <>
Enum.reduce/3 calling a function (only in defpelemay) in Enum.map.
String.split/2 Enum.into/2
String.slice/2 Enum.split/2 Enum.uniq_by/2 Enum.group_by/3
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I used visualization of point cloud library.
https://github.com/PointCloudLibrary/pcl
This library has been implemented by C++.
But now, we cannot apply pelemay for elixir project with pcl.
Describe the solution you'd like
Supporting the following functions:
String.replace/2
String.slice/2
String.split/2
String.to_integer/1
Enum.split/2
Enum.reduce/3
Base.encode16/1
length/1
is_bitstring/1
operator
<>
other
calling a function in Enum.map.
Describe alternatives you've considered
No idea
Additional context
None.
The text was updated successfully, but these errors were encountered: