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
Sf has function to format map representation, we should also do for slice in following variants:
Sf
slice
item1, item2, ...itemN
key1=>item1, key2=>item2 ,...
Required this feature in Ferrum
The text was updated successfully, but these errors were encountered:
Should also add parameter for limit number of item to print (if slice is too big)
Sorry, something went wrong.
EvilLord666
No branches or pull requests
Sf
has function to format map representation, we should also do forslice
in following variants:item1, item2, ...itemN
key1=>item1, key2=>item2 ,...
Required this feature in Ferrum
The text was updated successfully, but these errors were encountered: