Skip to content
New issue

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

appearance of generic (template) types #105

Open
myphysicslab opened this issue May 30, 2017 · 0 comments
Open

appearance of generic (template) types #105

myphysicslab opened this issue May 30, 2017 · 0 comments

Comments

@myphysicslab
Copy link

When a generic type is involved, the type is not shown consistently.

Here the docs show (T|null) when the parameter is the template type T. For example:
https://www.myphysicslab.com/develop/docs/myphysicslab.lab.util.HistoryList.html#store

On the other hand, this method shows just T as the return type, which is correct:
https://www.myphysicslab.com/develop/docs/myphysicslab.lab.util.HistoryList.html#getValue

For a case where the type is ?T (either null or the generic type) the type is shown as just ?
https://www.myphysicslab.com/develop/docs/myphysicslab.lab.util.HistoryList.html#getEndValue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant