-
Updated
Jul 1, 2020 - D
traits
Here are 106 public repositories matching this topic...
-
Updated
May 13, 2020 - JavaScript
Associated types
The AbstractArray interface also encompasses the meaning of the type parameters: MyArray{T,N} has eltype T and dim N. A trait LikeArray ought to contain these two type parameters also, which in this context are associated types (at least Rust uses this term). Maybe this could be written as `TraitAbstractAr
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Nov 7, 2016 - JavaScript
The autogenerated API documentation for Pyface is missing a number of key details because some (many? all?) of its traits are documented with a regular # comment instead of a #: traits doc-comment that can be picked up by the trait documenter. It would be nice to fix that.
The particular instance that I ran into was trying to refer to IEditor.obj from 3rd party documentation (via intersph
Hi Taine,
In one of your example, you have
@trait Addable{L, R} begin
(+) :: [L, R] => Any
(+) = Base.:+
endI'd like to do something like this, but avoid the Any. I was thinking something like
@trait Addable{L, R, X} where {X = inferAddable(L,R)} begin
(+) :: [L, R] => X
(+) = Base.:+
endBut then I'm having trouble getting the `@i
-
Updated
May 21, 2020 - HTML
-
Updated
Jun 29, 2020 - Julia
-
Updated
Jan 9, 2020 - C#
-
Updated
Nov 23, 2019 - Go
-
Updated
Dec 19, 2019 - TypeScript
ConfigTrait was implemented here atk4/core#86, but there are no docs for it.
Checklist
Explain better the difference between the list of aravo and the different data.frames.
Explain also better the different format of data (show pictures) between stack and non-stack.
-
Updated
Jun 19, 2020 - Rust
-
Updated
Jan 18, 2020 - Python
The plain-text docstrings (i.e. accessed from ipython) are sometimes hard to read due to sphinx formatting. A small aspect of this was addressed in response to this issue here: seequent/properties#8 but overall, docs are still sphinx through-and-through.
It would be great to enable easier to read docs with Napolen - https://sphinxcontrib-napoleon.readthedocs.io/en/late
-
Updated
Jul 19, 2017 - Java
-
Updated
Nov 15, 2018 - C++
-
Updated
Dec 4, 2019 - PHP
-
Updated
Dec 26, 2018 - PHP
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 21, 2020 - Emacs Lisp
Improve this page
Add a description, image, and links to the traits topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the traits topic, visit your repo's landing page and select "manage topics."