From 8efb70f0a8e40ef8df7f9012dba0eb9b90bf613a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 13 Jun 2021 13:12:58 -0400 Subject: [PATCH] Update docstring of WithType --- src/Utilities/DoubleDicts.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Utilities/DoubleDicts.jl b/src/Utilities/DoubleDicts.jl index 326a5ff402..a1aec7946e 100644 --- a/src/Utilities/DoubleDicts.jl +++ b/src/Utilities/DoubleDicts.jl @@ -309,9 +309,10 @@ end abstract type AbstractWithType{F,S,V,DI,DD} <: AD{CI{F,S},V} end """ - WithType{D<:DoubleDict, F<:MOI.AbstractFunction, S<:MOI.AbstractSet} + WithType{F,S,V,DI,DD} -Used to specialize methods and iterators for a given contraint type CI{F,S}. +Used to specialize methods and iterators for a given contraint type `CI{F,S}` +returning elements of type `V`. """ mutable struct WithType{F,S,V,DI,DD} <: AbstractWithType{F,S,V,DI,DD} dict::DD