Skip to content

Commit

Permalink
user parametric type
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavid16 authored Jul 9, 2023
1 parent 61f0693 commit e02cda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/containers.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
struct ContainerKey{N<:Real} <: ResourceKey
priority :: Number
struct ContainerKey{T<:Number, N<:Real} <: ResourceKey
priority :: T
id :: UInt
amount :: N
end
Expand Down

0 comments on commit e02cda2

Please sign in to comment.