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
FsRow
Is your feature request related to a problem? Please describe. Atm., we miss some functionality for FsRow type that is needed in other projects.
Describe the solution you'd like
tryItem
Some item
None
getMaxColNumber
getMinColNumber
getDenseRow
The text was updated successfully, but these errors were encountered:
2a29cfe
Merge pull request #62 from CSBiology/feature-moreFsRowFun-#61
39d270a
#61 Add functionality for `FsRow`
FsColumn
omaus
No branches or pull requests
Is your feature request related to a problem? Please describe.
Atm., we miss some functionality for
FsRow
type that is needed in other projects.Describe the solution you'd like
tryItem
which returnsSome item
if present andNone
if notgetMaxColNumber
andgetMinColNumber
getDenseRow
where all non-existent cells between min and max column number are created as empty cellsThe text was updated successfully, but these errors were encountered: